home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilreen / dmplas / gridform.exe / SMALLDOC.PRN < prev   
Encoding:
Text File  |  1991-10-24  |  5.6 KB  |  134 lines

  1.  
  2.  
  3.  
  4.  
  5.                              |-|-|-|-|-|-|-|-|
  6.                              |-|-|-|-|-|-|-|-|
  7.                              |-| Grid Form |-|
  8.                              |-|-|-|-|-|-|-|-|
  9.                              |-|-|-|-|-|-|-|-|
  10.     
  11.  
  12.                              A program to print  
  13.                            Customized Graph Paper     
  14.                              on a Laser Printer
  15.  
  16.     
  17.                                 Written by
  18.                              Martin L. Waldman
  19.  
  20.     
  21.                                Version 1.0 
  22.                               Copyright 1991
  23.                             All rights reserved
  24.  
  25.  
  26.     
  27.  
  28.  
  29.  
  30.                                Distributed by 
  31.  
  32.                                Software Co-op   
  33.                             5437 Honey Manor Drive
  34.                             Indianapolis IN  46241
  35.                                 317-856-6052   
  36.  
  37.  
  38.  
  39.     
  40.                              TABLE OF CONTENTS
  41.                                                           Page
  42.                PART 1. OVERVIEW ........................... 1
  43.                     1.1  Starting GRIDFORM ................ 2
  44.                     1.2  Select a Template ................ 2
  45.                     1.3  The Main Menu .................... 3
  46.  
  47.           
  48.                PART 2. MODIFY TEMPLATE MENU ............... 4
  49.                     2.1  Template Name .................... 4
  50.                     2.2  Grid Units ....................... 4
  51.                     2.3  Origin ........................... 4
  52.                     2.4  Print Titles ..................... 4
  53.                     2.5  Auto Eject ....................... 4
  54.           
  55.  
  56.                PART 3. WIDTH and LENGTH PARAMETERS ........ 5
  57.                     3.1  Total Units ...................... 5
  58.                     3.2  Increment Type ................... 5
  59.                         3.2.1 Linear ...................... 5
  60.                         3.2.2 Common Log .................. 5
  61.                         3.2.3 Natural Log ................. 6
  62.                     3.3  Line Interval .................... 6
  63.                     3.4  Draw Index ....................... 6
  64.                     3.5  Highlighting ..................... 6
  65.           
  66.  
  67.                PART 4. OUTPUT CONTROL ..................... 7
  68.                     4.1  Printer .......................... 7
  69.                     4.2  File ............................. 7
  70.                     4.3  Macro............................. 7
  71.  
  72.  
  73.                PART 5. A PRACTICAL EXERCISE ............... 8
  74.  
  75.  
  76.                PART 6. LICENSE INFORMATION ............... 12
  77.  
  78.                              GridForm Version 1.0                        1
  79.      ======================================================================
  80.  
  81.      PART 1. OVERVIEW
  82.      
  83.      GridForm is a program that prints custom ruled forms on an HP LaserJet 
  84.      compatible laser printer -- you control the outer limits, the 
  85.      horizontal, the vertical, and what is printed in four dimensions.
  86.      
  87.      GridForm will run on any computer system that operates using DOS 2.x 
  88.      or higher, and has 256k of memory and a color monitor. The program is 
  89.      small (under 12k),fast (written in 8086/8088 assembly language), and 
  90.      easy to use. Parameters controlling both dimensions are adjusted with 
  91.      just a few keystrokes.
  92.      
  93.      All of the information for printing a form is entered from the 
  94.      keyboard and stored in a "Template". You may construct up to 240 
  95.      different templates -- each describing a different format.
  96.      
  97.      The templates are stored in a data file (GRIDFORM.TPL) which is 
  98.      created the first time the program is run on the current directory. A 
  99.      new or modified file is automatically written to disk (requires up to 
  100.      10k of disk space).
  101.      
  102.      GridForm uses 80x25 text displays for template selection, menus, and 
  103.      data entry functions. The top line shows the system name and version 
  104.      number and the current time and date. Line two shows the number and 
  105.      name of the active Template. The middle part of the screen displays 
  106.      the current values on file for the active template. The bottom two 
  107.      lines, the "Dialog Box", carry the instructions for pressing a key or 
  108.      entering the other information, accept input from the keyboard, and 
  109.      display error messages.
  110.      
  111.      The same display is used for all menus. The highlighting on the 
  112.      display and the instructions in the dialog box change according to the 
  113.      specific function menu.
  114.      
  115.      In this manual a letter inside angle brackets is used to indicate a 
  116.      single key press. The entry prompts use the following terminology.
  117.      
  118.      "Press" means you need press only a single key, either a letter or a 
  119.      number. The key list refers to the highlighted characters in the 
  120.      window display. The Shift Key should not be held down.
  121.      
  122.      If you press a key not listed in the instruction, an error message 
  123.      will be displayed and you will be taken back to the prompt.
  124.       
  125.      "Return" refers to a key that may be labeled RET, ENTER, or with the 
  126.      symbol <--'  on your keyboard.
  127.      
  128.      "Enter" means you are expected to either type a number or a new 
  129.      character type entry. Use the backspace key to make corrections. Press 
  130.      the Return key when you have completed your entry.
  131.      
  132.      When entering, pressing Return alone causes no change to be made. 
  133.      Entering a 0 (zero) causes that value to be stored where appropriate.
  134.